Skip to content

topic (iac): [secure-hybrid-network] tighten firewall application rules#270

Merged
ckittel merged 1 commit into
mainfrom
topic/421252_tighten-fw-rules
May 28, 2026
Merged

topic (iac): [secure-hybrid-network] tighten firewall application rules#270
ckittel merged 1 commit into
mainfrom
topic/421252_tighten-fw-rules

Conversation

@ferantivero

Copy link
Copy Markdown
Contributor

Why

The firewall allows all outbound HTTP/HTTPS to any FQDN from any source — a reference implementation should demonstrate least-privilege.

What

  • Replace all-internet rule (HTTP/HTTPS to * from *) with windows-update rule using WindowsUpdate FQDN tag
  • Limit source to spoke address prefix only

Test

  • Bicep compiles without errors

Replaces #266 (closed accidentally).

Replace overly permissive allow-all rule (targetFqdns: '*',
sourceAddresses: '*') with a scoped rule allowing only Windows
Update FQDNs from the spoke network prefix.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ckittel ckittel merged commit 6176cfa into main May 28, 2026
5 checks passed
@ckittel ckittel deleted the topic/421252_tighten-fw-rules branch May 28, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants